Class symantec.itools.db.beans.util.LogWindowHelper
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.util.LogWindowHelper
Object
|
+----symantec.itools.db.beans.util.LogWindowHelper
- public class LogWindowHelper
- extends Object
- implements Serializable
Helper class for displaying messages to LogWindow
- Version:
- 1.0 09/30/98
- Author:
- Puru Balakrishnan
-
displayMsgDialog(String)
- method to throw dialog with message.
-
displayMsgToLog(String, String)
- method to display message to log window
-
getInstance()
- Method to return an instance of ComputedColAdapterUIHelper, a.k.a singleton pattern
displayMsgDialog
public synchronized void displayMsgDialog(String msg)
- method to throw dialog with message.
Internally uses JOptionPane
- Parameters:
- message - message to be displayed
displayMsgToLog
public synchronized void displayMsgToLog(String title,
String message)
- method to display message to log window
- Parameters:
- title - title for the message
- message - actual message content
getInstance
public static synchronized symantec.itools.db.beans.util.LogWindowHelper getInstance()
- Method to return an instance of ComputedColAdapterUIHelper, a.k.a singleton pattern
- Returns:
- instance of this class
All Packages Class Hierarchy This Package Previous Next Index